home *** CD-ROM | disk | FTP | other *** search
/ PC Elektro 3 / PC-Elektro-3-cd1.bin / DesignWorks Professional Schematic Capture / DesignWorks4Setup.exe / Main / Find Device-PinNum.rfm < prev    next >
Encoding:
Text File  |  2004-10-16  |  557 b   |  16 lines

  1. $NOTES
  2. Find by Device and Pin Number
  3.  
  4. This search locates a device symbol given the device name and pin number.
  5. Enter the item you want in the text box in the form DevName-PinNum
  6. (e.g. U23-12) and click Search.  All device symbols having a matching
  7. pin number will be located.
  8. $ENDNOTES
  9. $TEMPPATH\find.output
  10. $CREATEREPORT($TEMPPATH\find.output)
  11. $DEVPINFORMAT $EQ(&ARG1, $DEVNAME-$PINNUM)
  12. $FIND $DEVICES $NONBLANK($PINS)
  13. $TITLE Found $DEVCOUNT devices with pins matching &ARG1
  14. $DEVICES\$OBJECT $DEVLOC$NEWLINE\$OBJTITLE $DEVNAME
  15. $CLOSEREPORT
  16.